﻿/*----------------公共样蕇start------------------*/
* {
  margin:0px;
  padding:0px;
  }
body {background:#fff;
  color:#000;
  font-size:12px;
  font-family:helvetica,arial,sans-serif,"宋体";
  position: relative;
  }

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-size:12px;}
table,td,tr,th{font-size:12px;}
li{list-style:none;
}
img{vertical-align:top;border:0;}
a{color:#000;text-decoration:none;}
a:hover {text-decoration:none;text-decoration:underline}
.clear{clear: both;}
.clearfloat{clear: both;}
/*----------------公共样式end-------------------*/

/*头部*/
.headerBox{
	width: 100%;
	min-width: 1008px;
	height: 133px;
	border-top: 5px solid #bebebe;
}
.headerBox .topBox{
	margin: 0 auto;
	width: 1008px;
	height: 93px;
	position: relative;
}
.headerBox .topBox .logo{
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 3px;
	left: 27px;
}
.headerBox .topBox .weixin{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 134px;
	top:18px;
	cursor: pointer;
}
.headerBox .topBox .weixin:hover .weixin-big{
	display:block;
}
.headerBox .topBox .weixin .weixin-big{
	display:none;
	z-index: 999;
    	position: absolute;
    	top: -8px;
    	left: 62px;
}
.headerBox .topBox .contact{
	width: 344px;
	height: 55px;
	position: absolute;
	right: 0px;
	top: 20px;
}
.headerBox .topBox .contact .kefu{
	display: block;
	width: 56px;
	height: 13px;
	position: absolute;
	left: 221px;
	top: 29px;
}

.headerBox .navBox{
	width: 100%;
	min-width: 1008px;
	height: 40px;
	background: #006ab8;
}
.headerBox .navBox .nav{
	width: 1008px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.headerBox .navBox .nav .navList{
	padding-left: 22px;
	height: 40px;
}
.headerBox .navBox .nav .navList li{
	float: left;
    width:100px;
	text-align: center;
}
.headerBox .navBox .nav .navList li a{
	display: block;
	height: 40px;
	padding: 0 22px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.headerBox .navBox .nav .navList li a:hover{
	background: #61abf0;
}
.contactServer{
	width: 180px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: left;
}
.contactServer .kfdb{
	display: block;
	width: 210px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-indent: 15px;
	cursor: pointer;
}
.contactServer ul{
	width: 210px;
	height: 180px;
	position: absolute;
	top: 40px;
	left: 0px;
	background: #61abf0;
	overflow: hidden;
	z-index: 99;
	display: none;
}
.contactServer ul li{
	width: 156px;
	height: 47px;
	padding-left: 54px;
	padding-top: 13px;
}
.contactServer ul li a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
.contactServer ul li span{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
.contactServer ul li:hover {
	background: #4c9bec;
}
.contactServer ul li p{
	font-size: 12px;
	color: #fff;
}
.contactServer ul .onlineS:hover{
	background: #4c9bec url(../images/icon_1_1.png);
}
.contactServer ul .dingdanP:hover{
	background: #4c9bec url(../images/icon_2_2.png);
}
.contactServer ul .hotLine:hover{
	background: #4c9bec url(../images/icon_3_3.png);
}
.dropDownL{
	width: 702px;
	border-bottom: 5px solid #016ab8;
	background: #fff;
	position: absolute;
	left: 122px;
	top: 40px;
	z-index: 100;
	display: none;
}
.dropDownL .dropDownLC{
	width: 700px;
	border-left: 1px solid #e0dedf;
	border-right: 1px solid #e0dedf;
	padding-bottom: 10px;
}
.dropDownL .dropDownLC .searchBox{
	width: 674px;
	height: 70px;
	margin: 0 auto;
	border-bottom:1px solid #e1e1e1;
}
.dropDownL .dropDownLC .searchBox .tags{
	width: 335px;
	padding-top: 34px;
	padding-left: 15px;
	float: left;
}
.dropDownL .dropDownLC .searchBox .tags span{
	font-size: 14px;
	color: #464646;
	margin-left: 37px;
}
.dropDownL .dropDownLC .searchBox .seach{
	padding-top: 25px;
	float: left;
}
.dropDownL .dropDownLC .searchBox .seach .searchText{
	border: 0;
	width: 207px;
	height: 32px;
	line-height:32px;
	color: #fff;
	background: url(../images/seach_input.jpg) no-repeat;
	outline: none;
	text-indent: 20px;
	float: left;
}
.dropDownL .dropDownLC .searchBox .seach .searchBtn{
	border: 0;
	width: 27px;
	height: 32px;
	background: url(../images/seach_btn.jpg) no-repeat;
	outline: none;
	float: left;
	cursor: pointer;
}
.dropDownL .dropDownLC .shopList{
	width: 674px;
	margin: 0 auto;
	overflow: hidden;
}
.dropDownL .dropDownLC .shopList dl{
	width: 104px;
	padding-top: 21px;
	padding-right: 35px;
	float: left;
}
.dropDownL .dropDownLC .shopList dl:last-child{
	padding-right: 0px;
}
.dropDownL .dropDownLC .shopList dl dt{
	
	text-align: center;
}
.dropDownL .dropDownLC .shopList dl dt a{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.dropDownL .dropDownLC .shopList dl dd{
	text-align: center;
}
.dropDownL .dropDownLC .shopList dl dd a{
	font-size: 14px;
	color: #464646;
	line-height: 35px;
}



/*当前位置*/
.tempP{
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
}
.conTop{
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #ccc;
}
.conTop h1{
	font-size: 28px;
	color: #333;
	float: left;
	padding-top: 18px;
	padding-right: 22px;
}
.conTop .weizhi{
	float: left;
	padding-top: 32px;
	color: #999;
	font-size: 12px;
}
.conTop .weizhi a{
	color: #999;
	font-size: 12px;
}
.conTop .weizhi a:hover{
	text-decoration: underline;
}
.conTop .weizhi span{
	color: #999;
	font-size: 12px;
}
.conTop .searchBox{
	float: right;
	width: 278px;
	height: 24px;
	border: 1px solid #eee;
	margin-top: 24px;
}
.conTop .searchBox select{
	width: 60px;
	height: 24px;
	border: 0;
	outline: none;
	color: #999;
	float: left;
}
.conTop .searchBox .search{
	width: 190px;
	*width: 180px;
	width: 180px\9;
	height: 24px;
	border: 0;
	float: left;
	outline: none;
	line-height: 24px;
}
.conTop .searchBox .btnS{
	width: 24px;
	height: 20px;
	border: 0;
	border-left: 1px solid #ccc;
	background: url(../images/list_search.jpg) no-repeat;
	outline: none;
	float: left;
	margin-top: 2px;
	cursor: pointer;
}



/*footer*/
.footer{
	width: 100%;
	min-width: 1008px;
	/* height: 360px;
	padding-bottom: 38px; */
	background: #fff
}
.footer .footerT{
	width: 100%;
	min-width: 1008px;
	height: 250px;
	background: #f5f5f5;
}
.footer .footerT .topBox{
	width: 980px;
	height: 218px;
	padding-left: 40px;
	margin: 0 auto;
}
.footer .footerT .topBox .aboutBuy{
	width: 120px;
	text-align: left;
	float: left;
	padding-top: 34px;
	padding-right: 60px;
}
.footer .footerT .topBox .aboutBuy h4{
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 12px 0 6px;
}
.footer .footerT .topBox .aboutBuy ul{
	width: 120px;
}
.footer .footerT .topBox .aboutBuy ul li{
	float: left;
	margin-right: 11px;
	line-height: 25px;
}
.footer .footerT .topBox .aboutBuy ul li a{
	font-size: 12px;
	color: #6e6e6e;
	white-space:nowrap;
}
.footer .footerT .topBox .aboutBuy ul li a:hover{
	text-decoration: underline;
}
.footer .footerT .topBox .addWei{
	    width: 170px;
    height: 190px;
    margin-top: 14px;
    border-left: 1px solid #b1b1b1;
    float: left;
}
 .youqing{
	width: 100%;
	min-width: 1008px;
	min-height:100px;
	/* background: #f5f5f5; */
}
 .youqing .links{
    width:968px;
	margin:0 auto;
	padding:20px 0;
}
 .youqing .links img{
   float:left;
}
.youqing .links ul{
	margin-left: 20px;
	float: left;
	width: 850px;
    margin-top: 5px;
}
.youqing .links ul li{
    float:left;
	color:#6e6e6e;
	line-height: 20px;
	width: 140px;
    text-align: center;
}
.youqing .links ul li a{
    color:#6e6e6e;	
}
.footer .footerL{
	width: 100%;
	min-width: 1008px;
	height: 42px;
	background: #006ab8;
}
.footer .footerL .lowBox{
	width: 1008px;
	height: 42px;
	margin:  0 auto;
}
.footer .footerL .lowBox p{
	float: left;
	line-height: 42px;
	color: #fff;
}
.footer .footerL .lowBox p a{
    line-height: 42px;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
}
.footer .footerL .lowBox ul{
	float: right;
	height: 42px;
	overflow: hidden;
	margin-right: 15px;
}
.footer .footerL .lowBox ul li{
	float: left;
	line-height: 42px;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
}
.footer .footerL .lowBox ul li a{
	font-size: 12px;
	color: #fff;
}

.footer .beian{
    width: 1008px;
	text-align:center;
	margin: 10px auto;
color:#6e6e6e;
	
}
.footer .beian a{color:#6e6e6e;}


/*侧边栏*/
.conBox .sideL{
	width: 194px;
	float: left;
	padding-top: 27px;
}
.conBox .sideL .menuL h4{
	width: 194px;
	height: 29px;
	color: #333;
	font-size:14px;
	line-height: 29px;
	text-indent: 33px;
	background: url(../../images/menuL_ico.jpg) no-repeat 15px 12px;
	position: relative;
	cursor:pointer;
}
.conBox .sideL .menuL h4.addC a{
	color: #fff;
	background: url(../../images/menu_bg.jpg) no-repeat;
}
.conBox .sideL .menuL h4.addC {
	color: #fff;
	background: url(../../images/menu_bg.jpg) no-repeat;
}
.conBox .sideL .menuL h4 span{
	display: block;
	width: 180px;
	height: 29px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	font-weight: bold;
	cursor:pointer;
}
.conBox .sideL .menuL h4 a{
	display: block;
	width: 180px;
	height: 29px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #333;
	font-weight: bold;
}
.conBox .sideL .menuL ul {
	width: 173px;
	padding-left: 5px;
	overflow: hidden;
	display: none;
}
.conBox .sideL .menuL ul li{
	font-size: 14px;
	color: #000;
	height: 35px;
	width: 173px;
	line-height: 35px;
	padding-left: 39px;
	background: url(../../images/shop_list_ico.jpg) no-repeat 30px 16px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.conBox .sideL .menuL ul li a{
	color: #464646;
}
.conBox .sideL .email{
	width: 179px;
	height: 83px;
	padding-top: 6px;
}
/*右边轮播*/
.conBox{
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 600px;
}

.conBox .conR{
	float: left;
	padding-left: 30px;
	padding-top: 23px;
	width: 784px;
}
.conBox .conR h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.conBox .conR .newsFlash{
	width: 784px;
	height: 200px;
	padding-top: 18px;
	overflow: hidden;
	position: relative;
}
.conBox .conR .newsFlash ul {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 200px;
}
.conBox .conR .newsFlash ul li{
	width: 784px;
	height: 200px;
	float: left;
}
.conBox .conR .newsFlash ul li img{
	float: left;
}
.conBox .conR .newsFlash ul li .newsDetail{
	width: 430px;
	height: 174px;
	float: left;
	padding: 26px 32px 0 22px;
	background: #eee;
}
.conBox .conR .newsFlash ul li .newsDetail a{
	font-size: 18px;
	color: #005bac;
}
.conBox .conR .newsFlash ul li .newsDetail p{
	padding-top: 17px;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}
.conBox .conR .newsFlash .newsBtn{
	position: absolute;
	right: 25px;
	bottom: 20px;
	overflow: hidden;
}
.conBox .conR .newsFlash .newsBtn span{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/btn_ico01.jpg) no-repeat;
	cursor: pointer;
	margin-left: 6px;
	float: left;
}
.conBox .conR .newsFlash .newsBtn span.selected{
	background: url(../images/btn_ico.jpg) no-repeat;
}

/*Sidebar*/
.foot_r{float:right; height:35px; line-height:35px;}
.foot_r span{display:block; font-size:16px; color:#868686; float:left; margin-right:10px;}
.foot_r .bds_tools_32{float:left; margin-right:-8px; line-height:35px !important; _position:relative; }
.foot_r .bds_tools_32 a{display:block; width:35px; height:35px; margin-right:8px; text-indent:35px; padding-left:0; overflow:hidden; float:left; background-position:0 0 !important;}
.foot_r .bds_tools_32 .bds_tsina{background:url(../images/fxsi.png) no-repeat;}
.foot_r .bds_tools_32 .bds_tqq{background:url(../images/fxqq.png) no-repeat;}
.foot_r .bds_tools_32 .bds_douban{background:url(../images/fxdb.png) no-repeat;}
.foot_r .bds_tools_32 .bds_renren{background:url(../images/fxrr.png) no-repeat;}
.foot_r .bds_tools_32 .bds_tsina:hover{background:url(../images/fxsi_active.png) no-repeat;}
.foot_r .bds_tools_32 .bds_tqq:hover{background:url(../images/fxqq_active.png) no-repeat;}
.foot_r .bds_tools_32 .bds_douban:hover{background:url(../images/fxdb_active.png) no-repeat;}
.foot_r .bds_tools_32 .bds_renren:hover{background:url(../images/fxrr_active.png) no-repeat;}
#bsPanelHolder{height:0; overflow:hidden;}
.sidebar{ width:117px; height:366px; background:#eee; text-align:center; position:absolute; right:1.5%; top:150px; z-index:9999; }
.sidebar p{ font-size:14px; font-weight:bold; font-family:Arial; color:#11a3e2; }
.sidebar em{ border-top:1px solid #fff; display:block; padding-top:5px;font-style: normal; }
.s_b_close{ width:100%; height:20px; position:relative; }
.s_b_close a{ display:block; width:10px; height:9px; position:absolute; right:10px; top:10px; overflow:hidden; background:url(../images/s_barclose.gif) no-repeat; }
.s_b_bg{ width:94px; margin:0 auto; }
.s_b_bg a{ display:block; width:94px; background-image:url(../images/sidebar.png); border-top:1px solid #fff; border-bottom:1px solid #d6d6d6; _position:relative;color: #464646;text-decoration: none;font-size: 12px; }
.s_b_bg a.s_b_1{ border-top:none; height:25px; padding-top:70px; }
.s_b_bg a.s_b_2{ background-position:-94px 0; height:35px; padding-top:60px; }
.s_b_bg a:hover{ background-image:url(../images/sidebar_active.png); }
.s_b_bg a.s_b_1:hover{ border-top:none; }
.s_b_bg a.s_b_2:hover{ background-position:-94px 0; }
#s_b_3{ height:80px; padding-top:15px; display:block; width:94px; background:url(../images/sidebar.png) -188px 0; border-top:1px solid #fff; border-bottom:1px solid #d6d6d6; position:relative; cursor:pointer; z-index:100; }
#s_b_3.active{ background:url(../images/sidebar_active.png) -188px 0; }
.sidebarfx{ position:absolute; right:94px; bottom:0; background:#eeeeee; width:0; height:52px; overflow:hidden; }
.sidebarfx .bds_tools_32{ margin:8px 0 0 10px; width:185px; }
.sidebarfx a{ border:none; }




/*表单验证*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../images/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}